home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
intlib
/
int_option_proc.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1989-11-18
|
291 b
|
19 lines
/*
### procedure for selecting an integration option ###
*/
#include <suntool/sunview.h>
#include <suntool/panel.h>
void
int_option_proc(item,value,event)
Panel_item item;
int value;
Event *event;
{
extern int int_option;
int_option = value;
}